home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / prgmming / dos / c / snippet.exe / EVSAVRES.TXT < prev    next >
Text File  |  1990-06-25  |  241b  |  6 lines

  1. To blank EGA/VGA screen - read flipflop at 0x3DA, then write 0x00
  2.                           to control port at 0x3C0
  3.  
  4. To restore screen       - read flipflop at 0x3DA, then write 0x020
  5.                           to control port at 0x3C0
  6.